fix: still setup for user when setting up root path with children#57910
fix: still setup for user when setting up root path with children#57910icewind1991 merged 6 commits intomasterfrom
Conversation
…ren" Signed-off-by: Joas Schilling <coding@schilljs.com>
5f63e56 to
61db338
Compare
61db338 to
75fe4c9
Compare
|
Sharding failures unrelated: #57915 |
Failing integration test sounds related and seems still not fixed? |
75fe4c9 to
502567d
Compare
|
re-requesting reviews since 502567d is significant |
…ren" Signed-off-by: Joas Schilling <coding@schilljs.com>
…ren" Signed-off-by: Joas Schilling <coding@schilljs.com>
502567d to
5a9d352
Compare
cd4e5b8 to
bad72fc
Compare
bad72fc to
7982ff9
Compare
…ren" Signed-off-by: Joas Schilling <coding@schilljs.com>
7982ff9 to
a7efbf4
Compare
a7efbf4 to
810ff65
Compare
artonge
left a comment
There was a problem hiding this comment.
Request for some extra comments so that it is easier to navigate the code later. Else, it seems good.
810ff65 to
4c3226f
Compare
Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Robin Appelman <robin@icewind.nl>
4c3226f to
134fa67
Compare
|
/backport to stable33 |
|
The backport to # Switch to the target branch and update it
git checkout stable33
git pull origin stable33
# Create the new backport branch
git checkout -b backport/57910/stable33
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 82d33b77 b51d3327 be2c26a7 72150d6d bea82ac6 134fa677
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/57910/stable33Error: Failed to check for changes with origin/stable33: No changes found in backport branch Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
|
@icewind1991 can you confirm whether we need to backport this one? Or are the fix already included in other PRs? |
|
Should be in stable33 already with #58000 but lets wait for confirmation |
Follow up from #57829, when setting up with children, we still setup the full user, not just the root.